@charset "utf-8";
/*
 * @Author: hl,haolei@ec.com.cn
 * @Date: 2025-09-04 14:53:27
 * @LastEditTime: 2025-10-15 16:52:02
 * @LastEditors: hl,haolei@ec.com.cn
 * @Description:
 */


@keyframes ciecc_fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 60%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

body {
    background-color: #fff;
}

.ciecc_fadeInUp {
    animation-name: ciecc_fadeInUp
}

.u-index-tt-box {
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.u-index-tt-box .u-tt {
    position: relative;
    font-weight: 100;
    font-size: 26px;
    line-height: 32px;
    color: #333;
}

.u-index-tt-box .u-sub-tt {
    color: var(--primary-color);
}

.u-index-tt-box .u-more {
    align-self: flex-end;
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    line-height: 20px;
}

.u-index-tt-box .u-more .cieccfont {
    margin-left: 2px;
    font-size: 14px;
}

.u-index-tt-box .u-tip-box .p1 {
    font-weight: 400;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.3);
    line-height: 25px;
}

.u-index-tt-box .u-tip-box .p2 {
    font-weight: 300;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 28px;
    text-align: right;
}

.u-top-banner-box {
    position: relative;
}

.u-top-banner-box .u-top-banner-carousel .swiper-slide {
    position: relative;
    height: 340px;
    transform-origin: center bottom;
}

.u-top-banner-box .u-top-banner-carousel .swiper-slide>a {
    display: block;
    width: 100%;
    height: 100%;
}

.u-top-banner-box .u-top-banner-carousel img,
.u-top-banner-box .u-top-banner-carousel video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.u-top-banner-box .swiper-button-next,
.u-top-banner-box .swiper-button-prev {
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.u-top-banner-box:hover .swiper-button-next,
.u-top-banner-box:hover .swiper-button-prev {
    opacity: 1;
}

.u-top-banner-box .swiper-button-next {
    right: 12px;
}

.u-top-banner-box .swiper-button-prev {
    left: 12px;
}

.u-top-banner-box .swiper-button-next:after,
.u-top-banner-box .swiper-button-prev:after {
    font-size: 20px;
    color: #fff;
}

.u-top-banner-box .swiper-pagination {
    bottom: 64px;
    text-align: center;
    width: auto;
    left: auto;
    right: 10px;
    z-index: 100;
}

.u-top-banner-box .swiper-pagination-bullet {
    margin: 0 6px;
    width: 48px;
    height: 4px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 0;
}

.u-top-banner-box .swiper-pagination-clickable .swiper-pagination-bullet {
    background-color: #fff;
}

.m-carousel-news-box {
    margin-top: 30px;
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 2000;
}

.m-carousel-news-box .u-carousel-box {
    position: relative;
    width: 690px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: var(--border-radius);
}

.u-news-carousel .swiper-slide>.u-item {
    display: block;
    width: 100%;
}

.u-news-carousel .u-img-box {
    height: 445px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .01);
    overflow: hidden;
}

.u-news-carousel .u-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.6s;
}

.u-news-carousel .swiper-slide .u-tt {
    margin-top: 12px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #2a2a2a;
    transition: all 0.3s;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.u-news-carousel .swiper-button-next,
.u-news-carousel .swiper-button-prev {
    background-color: transparent;
    top: auto;
    bottom: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    z-index: 100;
}

.u-news-carousel .swiper-button-next {
    right: 10px;
}

.u-news-carousel .swiper-pagination {
    width: 100%;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.7);
    left: auto;
    bottom: 40px;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    z-index: 50;
}

.u-news-carousel .swiper-pagination .swiper-pagination-current {
    font-size: 24px;
}

.u-news-carousel .swiper-button-next:after,
.u-news-carousel .swiper-button-prev:after {
    font-size: 20px;
    color: #fff;
}

.u-news-carousel .u-item:hover .u-img-box img {
    transform: scale(1.15);
    opacity: 0.95;
}

.u-news-carousel .u-item:hover .u-tt {
    color: var(--primary-color);
}

.u-news-box {
    margin-left: 36px;
    flex: 1 1 0;
    min-width: 10px;
}

.u-news-box .u-tab-box {
    padding: 6px 5px 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.u-news-box .u-tab-box .u-item {
    font-size: 26px;
    line-height: 32px;
    color: #666666;
}

.u-news-box .u-tab-box .u-split {
    margin: 0 26px;
    width: 1px;
    height: 31px;
    background-color: #cdcdcd;
}

.u-news-box .u-tab-box .u-item.z-crt {
    color: var(--primary-color);
    font-weight: 600;
}

.u-news-box .u-news-list li {
    margin-top: 25px;
}

.u-news-box .u-news-list li:first-child {
    margin-top: 20px;
}

.u-news-box .u-dot .u-item::before {
    background-color: #bec7d8;
}

.u-news-box .u-item .u-tt {
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.m-party-opinions-box {
    margin-top: 48px;
    display: flex;
    justify-content: space-between;
}

.m-party-opinions-box .u-party-box {
    margin-right: 38px;
    width: 362px;
    padding-right: 25px;
    border-right: 1px solid #ddd;
}

.m-party-opinions-box .u-party-box .u-party-tt {
    padding: 0 12px 0 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    background: #e72e27 url(../../../img/20250926/20250926-1.png) 12px center no-repeat;
}

.m-party-opinions-box .u-party-tt .u-tt {
    font-size: 24px;
    line-height: 32px;
    font-weight: normal;
    color: #ffffff;
}

.m-party-opinions-box .u-party-tt .u-more {
    font-size: 14px;
    line-height: 32px;
    font-weight: normal;
    color: #ffffff;
}

.m-party-opinions-box .u-headline-box {
    padding: 24px 0;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ddd;
}

.m-party-opinions-box .u-headline-box .u-tt {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: #e72e27;
}

.m-party-opinions-box .u-headline-box .u-more {
    margin-top: 8px;
    font-size: 14px;
    line-height: 26px;
    color: #e72e27;
}

.m-party-opinions-box .u-headline-box .cieccfont {
    font-size: 14px;
}

.m-party-opinions-box .u-news-list li {
    margin-top: 20px;
}

.m-party-opinions-box .u-news-list .u-tt {
    color: #333;
}

.m-party-opinions-box .u-party-link-box {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-top: 1px solid #ddd;
}

.m-party-opinions-box .u-party-link-box .u-item {
    font-size: 18px;
    line-height: 42px;
    color: #1e4ca0;
}

.m-party-opinions-box .u-opinions-box {
    flex: 1 1 0;
    min-width: 10px;
}

.m-party-opinions-box .u-opinions-box .u-img-news-box {
    display: flex;
    justify-content: space-between;
}

.m-party-opinions-box .u-opinions-box .u-img-news-list {
    width: 368px;
}

.m-performance-report-box {
    margin-top: 35px;
}

.m-performance-report-box .u-performance-report-box {
    display: flex;
    justify-content: space-between;
}

.u-performance-wrap {
    width: 790px;
    overflow: hidden;
}

.u-performance-box {
    display: flex;
    justify-content: space-between;
    height: 100%;
    background-color: #f4f4f4;
}

.u-performance-box .u-cont-box {
    position: relative;
    flex: 1 1 0;
    min-width: 10px;
    padding: 80px 40px 20px;
}

.u-performance-box .u-img-box {
    flex-shrink: 0;
    width: 460px;
    height: 296px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .01);
    overflow: hidden;
}

.u-performance-box .u-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.6s;
}

.u-performance-box .u-tt {
    font-size: 22px;
    line-height: 24px;
    color: #333;
    max-height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all 0.3s;
}

.u-performance-box .u-txt {
    margin-top: 16px;
    height: 100px;
    text-align: justify;
    font-size: 16px;
    color: #666;
    line-height: 25px;
    overflow: hidden;
}

.u-performance-box .u-tt-more,
.u-report-box .u-tt-more {
  position: absolute;
    top: 20px;
    left: 40px;
    width: 88px;
    height: 22px;
    background-color: #1051c6;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    text-align: center;
    transition: .3s all;
    z-index: 300;
}

.u-performance-box .u-cont-box:hover .u-tt {
    color: var(--primary-color);
}

.u-performance-box .u-img-box:hover img {
    transform: scale(1.1);
}

.u-performance-wrap .swiper-button-next,
.u-performance-wrap .swiper-button-prev {
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50%;
}

.u-performance-wrap .swiper-button-next {
    background-color: rgba(8, 8, 8, .4);
}

.u-performance-wrap .swiper-button-prev {
    left: 0;
}

.u-performance-wrap .swiper-pagination {
    width: auto;
    left: 42px;
    right: auto;
    bottom: 18px;
    font-size: 14px;
    color: #666;
    line-height: 22px;
    letter-spacing: -2px;
    z-index: 50;
}

.u-performance-wrap .swiper-pagination>span {
    margin: 0 4px;
}

.u-performance-wrap .swiper-button-next:after,
.u-performance-wrap .swiper-button-prev:after {
    font-size: 16px;
    color: #a0a0a0;
}

.u-performance-wrap .swiper-button-next:after {
    color: #fff;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    pointer-events: auto;
}

.u-report-wrap {
    width: 387px;
    height: 295px;
    background-color: rgba(255, 255, 255, 1);
    border: solid 1px rgba(221, 221, 221, 1);
}

.u-report-box {
    position: relative;
    background: url(../../../img//20250926/20250926-16.png) no-repeat center top/100% 100%;
}

.u-report-box .u-tt-more {
    left: 32px;
}

.u-report-carousel .swiper-slide>.u-item {
    display: block;
    width: 100%;
}

.u-report-carousel .u-img-box {
    padding: 50px 52px 30px;
    height: 295px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .01);
    overflow: hidden;
}

.u-report-carousel .u-img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: all 0.6s;
}

.u-report-carousel .swiper-slide .u-tt {
    margin-top: 15px;
    padding: 0 20px;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    line-height: 28px;
    max-height: 56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: color 0.3s;
}

.u-report-box .swiper-button-next,
.u-report-box .swiper-button-prev {
    width: 38px;
    height: 38px;
    background-color: rgba(8, 8, 8, .4);
    border-radius: 50%;
}

.u-report-box .swiper-button-next {
    right: 12px;
}

.u-report-box .swiper-button-prev {
    left: 12px;
}

.u-report-box .swiper-button-next:after,
.u-report-box .swiper-button-prev:after {
    font-size: 16px;
    color: #fff;
}

.u-report-box .u-item:hover .u-img-box img {
    transform: scale(1.15);
    opacity: 0.95;
}

.u-report-box .u-item:hover .u-tt {
    color: var(--primary-color);
}

.m-banner-jobs-box {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.m-banner-jobs-box .u-banner-box {
    position: relative;
    width: 898px;
    height: 132px;
    overflow: hidden;
}

.m-banner-jobs-box .u-jobs-box {
    position: relative;
    width: 285px;
    height: 132px;
    overflow: hidden;
}

.m-banner-jobs-box .u-banner-box::after,
.m-banner-jobs-box .u-jobs-box::after {
    content: '';
    position: absolute;
    inset: -20%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 60%);
    transform: translateX(-100%);
}

.m-banner-jobs-box .u-banner-box:hover::after,
.m-banner-jobs-box .u-jobs-box:hover::after {
    animation: sharkAni 2.5s infinite;
}

.m-product-service-box {
    padding-top: 48px;
}

.u-product-service-list {
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}

.u-product-service-list li {
    position: relative;
    width: 270px;
    height: 364px;
}

.u-product-service-list li+li::before {
    position: absolute;
    top: 0;
    left: -20px;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #ddd;
}

.u-product-service-list .u-item {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.u-product-service-list .u-item>.u-tt {
    position: absolute;
    left: 0;
    bottom: 75px;
    padding: 0 22px;
    width: 100%;
    font-size: 22px;
    line-height: 24px;
    color: #333333;
    max-height: 24px;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    z-index: 50;
}

.u-product-service-list .u-item>.u-desc {
    position: absolute;
    left: 0;
    bottom: 18px;
    padding: 0 22px;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    max-height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    z-index: 50;
}

.u-product-service-list .u-item::after {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    content: '';
    width: 100%;
    height: 160px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 0) 100%);
    z-index: 5;
}

.u-product-service-list .u-mask-box {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 25px;
    width: 100%;
    height: 100%;
    background-color: rgba(14, 81, 204, .8);
    z-index: 80;
    transition: all .3s ease-in;
}

.u-product-service-list .u-icon-box .cieccfont {
    color: #fff;
    font-size: 50px;
    line-height: 1;
}

.u-product-service-list .u-mask-box .u-tt {
    margin-top: 25px;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
}

.u-product-service-list .u-mask-box .u-desc {
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
    max-height: 144px;
    overflow: hidden;
}

.u-product-service-list .u-mask-box .u-more {
    position: absolute;
    bottom: 30px;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
}

.u-product-service-list .u-item:hover .u-mask-box {
    top: 0;
}

.u-product-service-list .u-item:hover>.u-tt,
.u-product-service-list .u-item:hover>.u-desc,
.u-product-service-list .u-item:hover::after {
    opacity: 0;
}

.m-honour-org-box {
    background: url(../../../img/20250926/20250926-8.png) center 150px no-repeat;
}

.m-honour-box {
    padding-top: 44px;
}

.m-honour-box .u-honour-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 155px;
}

.u-honour-list li {

    flex: 1 1 0;
    min-width: 10px;
}
/* 20251021 del
.u-honour-list .u-number-box {
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-size: 20px;
    line-height: 28px;
    color: var(--primary-color);
}

.u-honour-list .u-number {
    font-size: 50px;
    font-weight: 600;
    line-height: 55px;
    color: var(--primary-color);
}

.u-honour-list .u-unit {
    margin-left: 6px;
    line-height: 30px;
}

.u-honour-list .u-tit {
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    text-align: center;
    height: 48px;
    overflow: hidden;
}
*/
.m-honour-box .u-honour-box {
    position: relative;
    margin-top: 80px;
}

.u-honour-box .u-honour-carousel .swiper-wrapper {
    align-items: center;
    height: 210px;
}

.u-honour-box .u-honour-carousel .swiper-slide {
    position: relative;
    transform-origin: center center;
    display: flex;
    align-items: center;
}

.u-honour-box .u-honour-carousel .swiper-slide .u-img-box {
    width: 240px;
    height: 165px;
    background: rgba(0, 0, 0, .01);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.u-honour-box .u-honour-carousel img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    object-position: center;
}

.u-honour-box .u-honour-carousel .swiper-slide-active .u-img-box {
    position: absolute;
    z-index: 100;
    transform: scale(1.25);
}

.u-honour-box .u-carousel-button-box {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.u-honour-box .u-carousel-button-box .swiper-button-prev,
.u-honour-box .u-carousel-button-box .swiper-button-next {
    position: static;
    width: 50px;
    height: 50px;
    border: solid 1px #333333;
    border-radius: 50%;
}

.u-honour-box .u-carousel-button-box .swiper-button-next {
    margin-left: 60px;
}

.u-honour-box .swiper-button-next:after,
.u-honour-box .swiper-button-prev:after {
    font-size: 24px;
    color: #333;
}

.m-org-box {
    margin-top: 40px;
    margin-bottom: 14px;
}

.m-org-box .u-org-list {
    margin-top: 25px;
    display: flex;
    align-items: center;
}

.m-org-box .u-org-list>a {
    margin-right: 40px;
    padding: 0 20px;
    height: 60px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .01);
    overflow: hidden;
    border: solid 1px #dddddd;
    transition: all 0.3s;
}

.m-org-box .u-org-list a:hover {
    transform: translateY(-10px);
    border-radius: var(--border-radius);
}


@media screen and (max-width:1440px) {}

@media screen and (max-width:1280px) {}
